From: Glenn Morris Date: Sat, 23 Oct 2010 19:51:14 +0000 (-0700) Subject: * test/comint-testsuite.el X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5990 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f0e958515fb8bb8c936f2c1808874a06e3e1130d;p=emacs.git * test/comint-testsuite.el (comint-testsuite--test-comint-password-prompt-regexp): Add "Please enter the password". (Bug#7224) --- diff --git a/test/ChangeLog b/test/ChangeLog index feae114f862..3808012c298 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,9 @@ +2010-10-23 Glenn Morris + + * comint-testsuite.el + (comint-testsuite--test-comint-password-prompt-regexp): Add + "Please enter the password". (Bug#7224) + 2010-09-20 Stefan Monnier * indent/prolog.prolog: Use normal spacing around !. diff --git a/test/comint-testsuite.el b/test/comint-testsuite.el index 35b946cf3da..9a4e7eae3b7 100644 --- a/test/comint-testsuite.el +++ b/test/comint-testsuite.el @@ -34,7 +34,8 @@ (interactive) (let ((password-strings '("foo@example.net's password: " ;ssh - "Password for foo@example.org: " ; knit + "Password for foo@example.org: " ; kinit + "Please enter the password for foo@example.org: " ; kinit "Kerberos password for devnull/root GNU.ORG: " ; ksu "Enter passphrase: " ; ssh-add "Enter passphrase (empty for no passphrase): " ; ssh-keygen